Platform Explorer / Nuxeo Platform 5.8

Extension point activityUpgraders

Documentation

An ActivityUpgrader is launched after the repository initialization to do some upgrades if needed on the already existing Activities.

Contribution Descriptors

  • Class: org.nuxeo.ecm.activity.ActivityUpgraderDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-social-workspace-core-5.8.jar
    <extension point="activityUpgraders" target="org.nuxeo.ecm.activity.ActivityStreamService">
    
        <activityUpgrader class="org.nuxeo.ecm.social.workspace.activity.SocialWorkspaceMembersActivityUpgrader" name="swMembersActivityUpgrader"/>
    
      </extension>